1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASE_ORDER_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.rbtyes = New System.Windows.Forms.RadioButton
27         Me.rbtnone = New System.Windows.Forms.RadioButton
28         Me.dtTo = New System.Windows.Forms.DateTimePicker
29         Me.Label2 = New System.Windows.Forms.Label
30         Me.dtfrom = New System.Windows.Forms.DateTimePicker
31         Me.Label1 = New System.Windows.Forms.Label
32         Me.cmdPrint = New System.Windows.Forms.Button
33         Me.cmdCancel = New System.Windows.Forms.Button
34         Me.rbselected = New System.Windows.Forms.RadioButton
35         Me.GroupBox1.SuspendLayout()
36         Me.SuspendLayout()
37         
'
38         
'GroupBox1
39         
'
40         Me.GroupBox1.Controls.Add(Me.rbselected)
41         Me.GroupBox1.Controls.Add(Me.rbtyes)
42         Me.GroupBox1.Controls.Add(Me.rbtnone)
43         Me.GroupBox1.Controls.Add(Me.dtTo)
44         Me.GroupBox1.Controls.Add(Me.Label2)
45         Me.GroupBox1.Controls.Add(Me.dtfrom)
46         Me.GroupBox1.Controls.Add(Me.Label1)
47         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
48         Me.GroupBox1.Location = New System.Drawing.Point(
2, 0)
49         Me.GroupBox1.Name =
"GroupBox1"
50         Me.GroupBox1.Size = New System.Drawing.Size(
311, 117)
51         Me.GroupBox1.TabIndex =
0
52         Me.GroupBox1.TabStop = False
53         Me.GroupBox1.Text =
"FILTER BY"
54         
'
55         
'rbtyes
56         
'
57         Me.rbtyes.AutoSize = True
58         Me.rbtyes.Checked = True
59         Me.rbtyes.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.rbtyes.Location = New System.Drawing.Point(
45, 69)
61         Me.rbtyes.Name =
"rbtyes"
62         Me.rbtyes.Size = New System.Drawing.Size(
136, 17)
63         Me.rbtyes.TabIndex =
6
64         Me.rbtyes.TabStop = True
65         Me.rbtyes.Text =
"Approve purchase only"
66         Me.rbtyes.UseVisualStyleBackColor = True
67         
'
68         
'rbtnone
69         
'
70         Me.rbtnone.AutoSize = True
71         Me.rbtnone.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.rbtnone.Location = New System.Drawing.Point(
45, 47)
73         Me.rbtnone.Name =
"rbtnone"
74         Me.rbtnone.Size = New System.Drawing.Size(
169, 17)
75         Me.rbtnone.TabIndex =
5
76         Me.rbtnone.Text =
"Include not approve purchase"
77         Me.rbtnone.UseVisualStyleBackColor = True
78         
'
79         
'dtTo
80         
'
81         Me.dtTo.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
83         Me.dtTo.Location = New System.Drawing.Point(
207, 20)
84         Me.dtTo.Name =
"dtTo"
85         Me.dtTo.Size = New System.Drawing.Size(
98, 21)
86         Me.dtTo.TabIndex =
4
87         
'
88         
'Label2
89         
'
90         Me.Label2.AutoSize = True
91         Me.Label2.Location = New System.Drawing.Point(
175, 26)
92         Me.Label2.Name =
"Label2"
93         Me.Label2.Size = New System.Drawing.Size(
27, 13)
94         Me.Label2.TabIndex =
3
95         Me.Label2.Text =
"To :"
96         
'
97         
'dtfrom
98         
'
99         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
100         Me.dtfrom.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
101         Me.dtfrom.Location = New System.Drawing.Point(
54, 20)
102         Me.dtfrom.Name =
"dtfrom"
103         Me.dtfrom.Size = New System.Drawing.Size(
98, 21)
104         Me.dtfrom.TabIndex =
2
105         
'
106         
'Label1
107         
'
108         Me.Label1.AutoSize = True
109         Me.Label1.Location = New System.Drawing.Point(
10, 26)
110         Me.Label1.Name =
"Label1"
111         Me.Label1.Size = New System.Drawing.Size(
42, 13)
112         Me.Label1.TabIndex =
1
113         Me.Label1.Text =
"From :"
114         Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
115         
'
116         
'cmdPrint
117         
'
118         Me.cmdPrint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.cmdPrint.Location = New System.Drawing.Point(
11, 123)
120         Me.cmdPrint.Name =
"cmdPrint"
121         Me.cmdPrint.Size = New System.Drawing.Size(
75, 27)
122         Me.cmdPrint.TabIndex =
1
123         Me.cmdPrint.Text =
"&Print"
124         Me.cmdPrint.UseVisualStyleBackColor = True
125         
'
126         
'cmdCancel
127         
'
128         Me.cmdCancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
129         Me.cmdCancel.Location = New System.Drawing.Point(
89, 123)
130         Me.cmdCancel.Name =
"cmdCancel"
131         Me.cmdCancel.Size = New System.Drawing.Size(
75, 27)
132         Me.cmdCancel.TabIndex =
2
133         Me.cmdCancel.Text =
"&Cancel"
134         Me.cmdCancel.UseVisualStyleBackColor = True
135         
'
136         
'rbselected
137         
'
138         Me.rbselected.AutoSize = True
139         Me.rbselected.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         Me.rbselected.Location = New System.Drawing.Point(
45, 92)
141         Me.rbselected.Name =
"rbselected"
142         Me.rbselected.Size = New System.Drawing.Size(
97, 17)
143         Me.rbselected.TabIndex =
7
144         Me.rbselected.TabStop = True
145         Me.rbselected.Text =
"Selected Order"
146         Me.rbselected.UseVisualStyleBackColor = True
147         
'
148         
'FrmPURCHASE_ORDER_PRINT
149         
'
150         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
151         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
152         Me.ClientSize = New System.Drawing.Size(
325, 160)
153         Me.Controls.Add(Me.cmdCancel)
154         Me.Controls.Add(Me.cmdPrint)
155         Me.Controls.Add(Me.GroupBox1)
156         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
157         Me.MaximizeBox = False
158         Me.MinimizeBox = False
159         Me.Name =
"FrmPURCHASE_ORDER_PRINT"
160         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
161         Me.Text =
"Purchase Print - Print Option"
162         Me.GroupBox1.ResumeLayout(False)
163         Me.GroupBox1.PerformLayout()
164         Me.ResumeLayout(False)
165
166     End Sub
167     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
168     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
169     Friend WithEvents Label1 As System.Windows.Forms.Label
170     Friend WithEvents rbtyes As System.Windows.Forms.RadioButton
171     Friend WithEvents rbtnone As System.Windows.Forms.RadioButton
172     Friend WithEvents dtTo As System.Windows.Forms.DateTimePicker
173     Friend WithEvents Label2 As System.Windows.Forms.Label
174     Friend WithEvents cmdPrint As System.Windows.Forms.Button
175     Friend WithEvents cmdCancel As System.Windows.Forms.Button
176     Friend WithEvents rbselected As System.Windows.Forms.RadioButton
177 End Class


Gõ tìm kiếm nhanh...